parsing stack造句
例句與造句
- These three root nodes are temporarily held in a parse stack.
- These four root nodes are temporarily held in a parse stack.
- They ignore most of the parse stack when making decisions.
- The symbols on the parse stack are the shift or goto symbols for those transitions.
- The parser tables show what to do next, for every legal combination of topmost parse stack symbols and lookahead symbol.
- It's difficult to find parsing stack in a sentence. 用parsing stack造句挺難的
- Besides holding the already-parsed symbols, the parse stack also remembers the state numbers reached by everything up to those points.
- In the recursive ascent parser variation, the explicit parse stack structure is also replaced by the implicit stack used by subroutine calls.
- At every parse step, the entire input text is divided into parse stack, current lookahead symbol, and remaining unscanned text.
- The parser keeps applying reductions to the top of the parse stack for as long as it keeps finding newly completed examples of grammar rules there.
- The parse stack shows a series of state transitions, from the start state 0, to state 4 and then on to 5 and current state 8.
- When no more rules can be applied, the parser then shifts the lookahead symbol onto the parse stack, scans a new lookahead symbol, and tries again.
- The LR parser begins with a nearly empty parse stack containing just the start state 0, and with the lookahead holding the input stream's first scanned symbol.
- When a conflicting transition is encountered, the parse stack is forked into two or more parallel parse stacks, where the state corresponding to each possible transition is at the top.
- When a conflicting transition is encountered, the parse stack is forked into two or more parallel parse stacks, where the state corresponding to each possible transition is at the top.
- In this LR application, the FSM's modified " input language " has both terminal and nonterminal symbols, and covers any partially parsed stack snapshot of the full LR parse.
更多例句: 下一頁